func vendor/golang.org/x/crypto/internal/poly1305.add128
3 uses
vendor/golang.org/x/crypto/internal/poly1305 (current package)
sum_generic.go#L121: func add128(a, b uint128) uint128 {
sum_generic.go#L217: m1 := add128(h1r0, h0r1) // These two additions don't overflow thanks again
sum_generic.go#L218: m2 := add128(h2r0, h1r1) // to the 4 masked bits at the top of r0 and r1.
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |